home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dirut / twoutils.zip / DELETE.CLD < prev    next >
Text File  |  1989-10-13  |  713b  |  14 lines

  1. :DELETE                                             ! File delete service
  2.  
  3. $P1; REQUIRED; PROMPT="Filename"                    ! Filespec. to dump
  4.  
  5. /ATTRIBUTES;         VALUE; REQUIRED                ! Only delete matching atts.
  6. /CONFIRM;            NEGATABLE                      ! Interactive query
  7. /EXCLUDE;            VALUE; REQUIRED                ! To exclude certain files
  8. /LOG                                                ! Display log during del.
  9. /VERSION                                            ! Display version number
  10. /ZAP                                                ! Overwrite old contents
  11.  
  12. !-----------------------------------------------------------------------------
  13. :(END)
  14.